home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Magazine / YAM / Source / includes / mui / NFloattext_mcc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-05-08  |  1.1 KB  |  36 lines

  1. /*
  2.   NFloattext.mcc (c) Copyright 1996 by Gilles Masson
  3.   Registered MUI class, Serial Number: 1d51                            0x9d5100a1 to 0x9d5100aF
  4.   *** use only YOUR OWN Serial Number for your public custom class ***
  5.   NFloattext_mcc.h
  6. */
  7.  
  8. #ifndef MUI_NFloattext_MCC_H
  9. #define MUI_NFloattext_MCC_H
  10.  
  11. #ifndef LIBRARIES_MUI_H
  12. #include <libraries/mui.h>
  13. #endif
  14.  
  15. #ifndef MUI_NListview_MCC_H
  16. #include <MUI/NListview_mcc.h>
  17. #endif
  18.  
  19. #define MUIC_NFloattext "NFloattext.mcc"
  20. #define NFloattextObject MUI_NewObject(MUIC_NFloattext
  21.  
  22.  
  23. /* Attributes */
  24.  
  25. #define MUIA_NFloattext_Text                0x9d5100a1 /* GM  isg STRPTR             */
  26. #define MUIA_NFloattext_SkipChars           0x9d5100a2 /* GM  isg char *             */
  27. #define MUIA_NFloattext_TabSize             0x9d5100a3 /* GM  isg ULONG              */
  28. #define MUIA_NFloattext_Justify             0x9d5100a4 /* GM  isg BOOL               */
  29. #define MUIA_NFloattext_Align               0x9d5100a5 /* GM  isg LONG               */
  30.  
  31. #define MUIM_NFloattext_GetEntry            0x9d5100aF /* GM */
  32. struct  MUIP_NFloattext_GetEntry            { ULONG MethodID; LONG pos; APTR *entry; };
  33.  
  34.  
  35. #endif /* MUI_NFloattext_MCC_H */
  36.